home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q103 / 7 / 65.TXT < prev   
Text File  |  1993-09-13  |  4KB  |  82 lines

  1. DOCUMENT:Q103765  10-SEP-1993  [W_NT]
  2. TITLE   :#NOFNR Flag in LMHosts to Communicate Across Routers
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. --------------------------------------------------------------------
  14.  
  15. SUMMARY
  16. =======
  17.  
  18. Some of the LAN Manager for UNIX and Pathworks servers may have problems
  19. in communicating across routers with Windows NT workstations. The use of
  20. #NOFNR flag in the LMHosts file solves the problem.
  21.  
  22. MORE INFORMATION
  23. ================
  24.  
  25. When you are communicating with a server across a router in a IP
  26. routed environment, the LMHost file is used to resolve Workstation
  27. name-to-IP address mapping. The LMHost entry for a remote machine name
  28. provides the IP address for the remote machine. In Lan Manager 2.x,
  29. providing the LMHosts entry eliminates the need to do a Name Query
  30. broadcast to the local domain and instead a TCP session is established
  31. with the remote machine. Windows NT performs the same function in a
  32. different way.
  33.  
  34. When an LMHosts entry exists for a remote server, Windows NT will not
  35. send a Name Query broadcast to the local subnet and instead send a
  36. directed Name Query to the remote server. If the remote server does
  37. not respond to the Name Query, further communications (TCP SYN, and so
  38. on) will not take place. This was done to eliminate the performance
  39. issues when trying to connect to a remote machine when it was not
  40. available (down).
  41.  
  42. Some of the older LAN Manager for UNIX and DEC Pathworks servers do not
  43. respond to directed Name Queries sent by Windows NT. In that case, the
  44. users will see an error 53 (Path not found), even though they have
  45. specified the LMHosts entries correctly. A new LMHosts flag #NOFNR was
  46. added to solve this problem. By specifying the #NOFNR flag on the same
  47. line where the name resolution information for the server is provided,
  48. the directed Name Query can be avoided. For example:
  49.  
  50.    130.20.1.1   mylmxserver   #PRE  #NOFNR
  51.  
  52. Note that this will only apply to mylmxserver and not to any other
  53. entries in the LMHosts file. To set a global flag, an entry could be
  54. added in the registry. To completely remove any directed Name Queries
  55. sent from a Windows NT machine, create the following value in
  56. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Nbt\Parameters:
  57.  
  58.    NoDirectedFNR   REG_DWORD   1
  59.  
  60. This will cause the directed Name Queries to not go out for any remote
  61. machines.
  62.  
  63. Additional reference words: 3.10 Tcpip lmhosts Findname
  64.  
  65. KBCategory:
  66. KBSubCategory: tcip
  67.  
  68. =============================================================================
  69.  
  70. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  71. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  72. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  73. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  74. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  75. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  76. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  77. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  78. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  79. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  80. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  81.  
  82. Copyright Microsoft Corporation 1993.